home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TFUNCFORM / TFUNCFORM.txt
Encoding:
Text File  |  2004-01-13  |  2.2 KB  |  123 lines

  1. object FuncForm: TFuncForm
  2.   Left = 428
  3.   Top = 244
  4.   HelpContext = 131
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Seznam funkc∩┐╜'
  8.   ClientHeight = 149
  9.   ClientWidth = 514
  10.   Color = clBtnFace
  11.   Constraints.MaxHeight = 176
  12.   Constraints.MaxWidth = 522
  13.   Constraints.MinHeight = 148
  14.   Constraints.MinWidth = 426
  15.   Font.Charset = DEFAULT_CHARSET
  16.   Font.Color = clWindowText
  17.   Font.Height = -14
  18.   Font.Name = 'MS Sans Serif'
  19.   Font.Style = []
  20.   OldCreateOrder = False
  21.   OnActivate = FormActivate
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnDeactivate = FormDeactivate
  25.   OnKeyDown = FormKeyDown
  26.   PixelsPerInch = 120
  27.   TextHeight = 16
  28.   object FnListBox: TListBox
  29.     Left = 0
  30.     Top = 0
  31.     Width = 527
  32.     Height = 133
  33.     Anchors = [akLeft, akTop, akBottom]
  34.     Color = clInfoBk
  35.     Columns = 8
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -10
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ItemHeight = 16
  42.     Items.Strings = (
  43.       ' abs'
  44.       ' and'
  45.       ' arccos'
  46.       ' arccotg'
  47.       ' arcsin'
  48.       ' arctg'
  49.       ' arctg2'
  50.       ' arg'
  51.       ' argcosh'
  52.       ' argcotgh'
  53.       ' argsinh'
  54.       ' argtgh'
  55.       ' ceil'
  56.       ' conjug'
  57.       ' cos'
  58.       ' cosh'
  59.       ' cotg'
  60.       ' cotgh'
  61.       ' exp'
  62.       ' exp10'
  63.       ' fact'
  64.       ' floor'
  65.       ' frac'
  66.       ' heaviside'
  67.       ' hypot'
  68.       ' im'
  69.       ' int'
  70.       ' intpower'
  71.       ' ln'
  72.       ' log'
  73.       ' log2'
  74.       ' logN'
  75.       ' max'
  76.       ' min'
  77.       ' nor'
  78.       ' not'
  79.       ' or'
  80.       ' phase'
  81.       ' power'
  82.       ' radius'
  83.       ' random'
  84.       ' re'
  85.       ' round'
  86.       ' shl'
  87.       ' shr'
  88.       ' sign'
  89.       ' sin'
  90.       ' sinh'
  91.       ' sqr'
  92.       ' sqrsum'
  93.       ' sqrt'
  94.       ' sum'
  95.       ' tg'
  96.       ' tgh'
  97.       ' trunc'
  98.       ' xor')
  99.     ParentFont = False
  100.     Sorted = True
  101.     TabOrder = 0
  102.     OnClick = FnListBoxClick
  103.     OnMouseMove = FnListBoxMouseMove
  104.   end
  105.   object StatusBar1: TStatusBar
  106.     Left = 0
  107.     Top = 131
  108.     Width = 514
  109.     Height = 18
  110.     Panels = <
  111.       item
  112.         Text = 'eval'
  113.         Width = 50
  114.       end
  115.       item
  116.         Text = 'Seznam implementovan∩┐╜ch funkc∩┐╜'
  117.         Width = 50
  118.       end>
  119.     SimplePanel = False
  120.     OnDblClick = StatusBar1DblClick
  121.   end
  122. end
  123.